home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m39.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  681 b   |  20 lines

  1. on mouseUp
  2.   global gPage1Column1, gPage1Column2, gPage1Column3, gPage1Column4, gPage1Column5, gPage2n3Column1, gPage2n3Column2, gPage2n3Column3, gPage2n3Column4, gPage2n3Column5
  3.   puppetSound("MouseUp.aif")
  4.   if gPage2n3Column2 then
  5.     set the castNum of sprite 13 to cast "view2"
  6.     set the locH of sprite 18 to 1000
  7.     set the locV of sprite 18 to 1000
  8.     set gPage1Column2 to 0
  9.     set gPage2n3Column2 to 0
  10.   else
  11.     set the castNum of sprite 13 to cast "hide2"
  12.     set the castNum of sprite 18 to cast "text2.2"
  13.     set the locH of sprite 18 to 320
  14.     set the locV of sprite 18 to 240
  15.     set gPage1Column2 to 1
  16.     set gPage2n3Column2 to 1
  17.   end if
  18.   updateStage()
  19. end
  20.